home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Source / CommentedPSCode / RCS / Comments,v < prev    next >
Encoding:
Text File  |  1995-06-12  |  2.1 KB  |  160 lines

  1. head     1.8;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.7;
  5. locks    death:1.8;
  6. comment  @# @;
  7.  
  8.  
  9. 1.8
  10. date     93.04.04.23.30.38;  author death;  state Exp;
  11. branches ;
  12. next     1.7;
  13.  
  14. 1.7
  15. date     93.01.09.21.07.27;  author death;  state Exp;
  16. branches ;
  17. next     1.6;
  18.  
  19. 1.6
  20. date     93.01.01.11.51.34;  author death;  state Exp;
  21. branches ;
  22. next     1.5;
  23.  
  24. 1.5
  25. date     92.12.31.15.34.14;  author death;  state Exp;
  26. branches ;
  27. next     1.4;
  28.  
  29. 1.4
  30. date     92.12.05.23.07.25;  author death;  state Exp;
  31. branches ;
  32. next     1.3;
  33.  
  34. 1.3
  35. date     92.12.03.18.01.57;  author death;  state Exp;
  36. branches ;
  37. next     1.2;
  38.  
  39. 1.2
  40. date     92.11.27.19.38.01;  author death;  state Exp;
  41. branches ;
  42. next     1.1;
  43.  
  44. 1.1
  45. date     92.11.08.09.28.56;  author death;  state Exp;
  46. branches ;
  47. next     ;
  48.  
  49.  
  50. desc
  51. @@
  52.  
  53.  
  54. 1.8
  55. log
  56. @Sun Apr  4 23:30:37 PDT 1993
  57. @
  58. text
  59. @%BEGIN Comments
  60.  
  61. %%%%%%%%%%%%%
  62. %    Name:    shortComment    [00A0]
  63. %    Syntax:    num shortComment -
  64. %    About:    This processes a PICT short comment (a number)
  65. %    Bugs:    This ignores the argument.
  66. %%%%%%%%%%%%%
  67. /shortComment
  68.     {pop}
  69. def
  70.  
  71. %%%%%%%%%%%%%
  72. %    Name:    longComment        [00A1]
  73. %    Syntax:    num <string> longComment -
  74. %    About:    This processes a PICT long comment (a number indicating the
  75. %            kind of comment, and a hex string of related data
  76. %    Bugs:    This ignores its arguments.
  77. %%%%%%%%%%%%%
  78. /longComment
  79.     {pop pop}
  80. def
  81.  
  82. %END Comments
  83. @
  84.  
  85.  
  86. 1.7
  87. log
  88. @Sat Jan  9 21:07:27 PST 1993
  89. @
  90. text
  91. @@
  92.  
  93.  
  94. 1.6
  95. log
  96. @Fri Jan  1 11:51:34 PST 1993
  97. @
  98. text
  99. @@
  100.  
  101.  
  102. 1.5
  103. log
  104. @Thu Dec 31 15:34:14 PST 1992
  105. @
  106. text
  107. @@
  108.  
  109.  
  110. 1.4
  111. log
  112. @Sat Dec  5 23:07:25 PST 1992
  113. @
  114. text
  115. @d3 2
  116. a4 3
  117. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  118. %    Opcode:    00A0
  119. %    Name:    shortComment
  120. d6 3
  121. a8 3
  122. %    Description:
  123. %        This simply ignores the short comment that we were passed.
  124. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  125. d13 7
  126. a19 8
  127. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  128. %    Opcode:    00A1
  129. %    Name:    longComment
  130. %    Syntax:    num hexString longComment -
  131. %    Description:
  132. %        This simply ignores the long comment that we were passed,
  133. %        popping the kind number and and the data
  134. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  135. @
  136.  
  137.  
  138. 1.3
  139. log
  140. @Thu Dec  3 18:01:56 PST 1992
  141. @
  142. text
  143. @@
  144.  
  145.  
  146. 1.2
  147. log
  148. @Fri Nov 27 19:38:00 PST 1992
  149. @
  150. text
  151. @@
  152.  
  153.  
  154. 1.1
  155. log
  156. @Sun Nov  8 09:28:55 PST 1992
  157. @
  158. text
  159. @@
  160.